Welcome![Sign In][Sign Up]
Location:
Search - Linux socket udp

Search list

[Internet-Networklinux下关于socket C的编程源码

Description: linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用
Platform: | Size: 103693 | Author: superhn@163.com | Hits:

[Books编写unix下socket

Description: UDP是TCP/IP协议中的传输层协议的一种,本文介绍了在Linux下编写基于UDP协议的Client/Server模型的程序的方法,并给出了一个echo Client/Server例子程序。
Platform: | Size: 6368 | Author: arthurzhaizhao@gmail.com | Hits:

[Internet-NetworkCTP

Description: 用UDP写的可靠传输,非常有借鉴意义,适合互连网通讯-using UDP write reliable transmission, very useful, suitable interconnection Netcom--
Platform: | Size: 15360 | Author: guojm | Hits:

[Internet-NetworkLinux_message

Description: linux下采用UDP协议的套接字的收发报文例子,套接口编程练习。 -linux adoption of the UDP socket transceiver example text, presentation interface programming exercises.
Platform: | Size: 37888 | Author: 飞鸿 | Hits:

[Linux-Unixeaselib

Description: 这是本人在Linux下开发经常使用的一组C++工具类,包括了Socket类、TCP服务类、UDP服务类、Mysql数据库操作类、日志类、配置文件解析类、日期时间操作类、MD5和Base64加解密类、线程和线程池类、XML文件解析类等-this is my development in Linux are frequently used by a group C Tools categories, including the Socket class. TCP services category, UDP services category, Mysql database operations, log type, configuration files analytic categories, Date Time operations, and Base64 MD5 encryption type, and thread pool thread category, XML documents and other types of analysis
Platform: | Size: 69632 | Author: 刘忠 | Hits:

[ARM-PowerPC-ColdFire-MIPSIP

Description: 移植到嵌入式系统的TCPIP协议源码,源码内有详细中文注解。 已实现的功能: 支持TCP, UDP, IP, ICMP, ARP, ETHERNET等协议;兼容BSD标准的Socket API接口函数库;ICMP实现PING的功能和UDP无效端口返回;支持TCP的流控制和超时重传;支持TCP主动连接和被动连接; 􀁺 支持在多任务中建立多个不同的TCP连接,支持各连接同时收发数据; 􀁺 提供WebSever和UDP服务器范例。 还没实现功能: 􀁺 IP报的处理不支持分段 在多个网络接口的应用是两个网络间的最大报大小要基本相等。 􀁺 ICMP协议还不是非常完整 目前ICMP协议只支持PING的功能和UDP无效端口返回。 􀁺 TCP协议不支持紧急数据 这一版本的ZLG/IP不对TCP传输中的紧急数据报进行处理。 􀁺 不支持IGMP协议 这一版本的ZLG/IP不支持IP组播和广播。 􀁺 不支持Socket API发送函数发送大于PMTU 用Socket API发送函数发送数据时,数据长度不可大于一个TCP或UDP报有效数据的长度。
Platform: | Size: 1682432 | Author: 谭剑鸣 | Hits:

[TCP/IP stacktcp_ip_design_report.doc

Description: 本文件介绍了一个TCP/IP的功能,设计要点,本协议栈实现的组件包括ARP,I CMP(PING),UDP,TCP。并设计了一个与SOCKET API兼容的标准接口。 TCP/IP协议栈背景 TCP/IP是使用最为广泛的INTERNET通信协议,几乎所有的桌面操作系统如Windows,Redhat Linux都支持TCP/IP协议。为了实现嵌入式系统与PC机的组网通信,就必须在嵌入式系统上实现复杂的TCP/IP协议栈,通过实现了TCP/IP协议栈,就可以方便的实现嵌入式系统与主流桌面操作系统的通信和资源共享,这也是作者编写TCP/IP协议栈的由衷。 -Introduction This document is a TCP/IP functionality, design elements, realize the protocol stack components including ARP, I CMP (PING), UDP, TCP. And designed a SOCKET API-compatible with standard interfaces. TCP/IP protocol stack background TCP/IP is the most widely used communication protocol INTERNET, almost all of the desktop operating system such as Windows, Redhat Linux support TCP/IP protocol. In order to realize embedded systems and PC-letter Netcom Group, we must realize the complexity of embedded system on the TCP/IP protocol stack, through the realization of the TCP/IP protocol stack, we can facilitate the realization of embedded systems with mainstream desktop operating system of communication and resource sharing, this is also author of the preparation of TCP/IP protocol stack heartfelt.
Platform: | Size: 15360 | Author: 6756 | Hits:

[Linux-Unixkernel_socket

Description: socket程序大家见多了,给大家写个Linux 2.6.x内核,从内核态发包的 socket程序,笑纳◎!-socket program we see more and give everyone write a Linux 2.6.x kernel from the kernel socket state contract procedures笑纳◎!
Platform: | Size: 18432 | Author: 蒋荣欣 | Hits:

[Linux-Unixudp

Description: 这是一个基于linux套接字编程,实现客户和服务器之间的通信-This is a linux-based socket programming, client and server communication between
Platform: | Size: 33792 | Author: zuodaohui | Hits:

[Linux-Unixbraodcast_udp

Description: 这是一个linux下的socket程序,发送udp广播,最后得到本机的IP地址。-This is a linux program under the socket, send udp broadcast, and finally get the IP address of the machine.
Platform: | Size: 1024 | Author: godence | Hits:

[Internet-Networkudp

Description: 使用UDP协议socket分别编写服务器端和客户端程序。在linux系统下实现服务器端和客户端的通信。-Were prepared using the UDP protocol socket server and client programs. In the linux system to achieve server-side and client communication.
Platform: | Size: 1024 | Author: lx | Hits:

[Linux-UnixLam_qt

Description: 本软件采用Linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、Socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。 -The software deliberately adopted a Linux system to QT for the development of language, in the realization of the basic communication function basis, continue to cross-compile the software and successfully transplanted to the ARM9 development board. This software is not the server, only a single client, the software starts by using the UDP protocol to send to the broadcast address 255.255.255.255 that an encoded broadcast packets to establish a list of online users This software can be XP system, Ubuntu system and ARM9 development board run, using the Tcp/Udp, Socket and other technology software changes the basic user name, one to one chat and file transfer capabilities.
Platform: | Size: 140288 | Author: stone | Hits:

[Internet-Networkudptalk

Description: 适合初学者的c网络编程,使用socket实现UDP通信,值得学习-c program on linux for UDP network,socket program for beginer
Platform: | Size: 1024 | Author: 孙文彬 | Hits:

[Internet-Networkudp

Description: linux下套接字编程的UDP简单例子程序,初学的可以-UDP socket programming under linux simple example program, beginners can take a look
Platform: | Size: 1024 | Author: kenneth | Hits:

[Internet-Networkexamples

Description: 用于Linux下socket编程,可实现了udp客户端和服务端,tcp客户端和服务端-For Linux, socket programming, enabling the client and server udp, tcp client and server
Platform: | Size: 19456 | Author: 李三 | Hits:

[Linux-UnixUDP.tar

Description: 在Linux下用C语言编写的UDP套接口程序,在Linux下打开两个终端,一个终端运行服务器端程序,一个终端运行客户端程序,在执行客户端后面加上 localhost 8888就可用进行网络通信了。-Under Linux using C language UDP socket program in Linux, open two terminals, a terminal server to run the program, run a terminal client program, followed by the implementation of the client localhost 8888 can communicate with the network .
Platform: | Size: 5120 | Author: 梁小涵 | Hits:

[Embeded Linuxcrisscross-latest.tar.tar

Description: CrissCross是一种小型的跨平台C + +库,用于处理控制台和文件I / O , CPU的识别( CPUID ) ,散列( MD2 , MD4 , MD5编码,了SHA - 1 ,SHA- 256 ,SHA- 512 ,Tiger) ,Socket( TCP和目前唯一的UDP )和数据结构( LList , DArray , RedBlackTree , AVLTree , SplayTree等) 。其目的是运行在Windows , Linux , FreeBSD的, OpenBSD系统, NetBSD的, Mac OS X的,甚至是NDS 。其他平台可能成为支持的请求。其主要思想是提供的能力,写一个程序使用相同的呼吁主要平台,而无需重写代码。-CrissCross is a small cross-platform C++ library for handling console and file I/O, CPU identification (CPUID), hashing (MD2, MD4, MD5 encoding, the SHA- 1, SHA-256, SHA-512, Tiger), Socket (TCP and the only UDP) and data structures (LList, DArray, RedBlackTree, AVLTree, SplayTree, etc.). Its purpose is to run on Windows, Linux, FreeBSD' s, OpenBSD system, NetBSD' s, Mac OS X, or even NDS. Other platforms may become supported the request. The main idea is to provide the ability to write a program using the same appeal to the major platforms without rewriting code.
Platform: | Size: 501760 | Author: Mike | Hits:

[Internet-Networkcode

Description: RAW SOCKET编程与以太网帧分析。环境是Linux,用C,C++语言描述。 包括基于TCP和UDP的两个客户服务器程序;以及一个原始套接字可以接受任何数据链路层。并且根据协议规约输出抓取到的包的字段内容 -RAW SOCKET Programming and Ethernet frame analysis. Environment is Linux, using C, C++ language to describe. Including both TCP and UDP-based client-server program and a raw socket can accept any data link layer. According to the agreement and the Statute of the output field to crawl to the contents of the package
Platform: | Size: 5120 | Author: hgn | Hits:

[Internet-Networkudp

Description: 在linux环境下 基于socket的udp通信-In linux environment the udp socket-based communication
Platform: | Size: 4096 | Author: jack | Hits:

[Linux-UnixARM-UDP-TCP

Description: ARM Linux环境下Socket 编程最好的实例及源码,分为UDP和TCP-Socket Programming in the ARM Linux environment the best examples and source code is divided into UDP and TCP
Platform: | Size: 6144 | Author: zhm | Hits:
« 1 2 34 5 6 »

CodeBus www.codebus.net